In this tutorial, you will assume the role of a musical instrument dealer selling your products on the web. You will practice creating both a simple trigger and a more complex one. The demographics you will use must first be created using the “Creating a Demographic: Some Examples” tutorial.
Scenario #1: You want to send a message to customers two weeks after they join your list asking them about your product selection.
1. In the left navigation bar, click Triggers.
2. Click Create Trigger.
3. In the Trigger Name box, type the name Product Questions
4. Click ADD NEW ACTION.
5. Under Select Action, click Joins this mailing list, and then click SAVE & NEXT.
6. Under Action Options, click Joins at any time, and then click SAVE & NEXT.
7. Click Create message.
Follow the usual steps to create a regular message. After you save and finish your message, the main Triggers edit page appears again.
8. Click Edit Scheduling & Delivery.
9. Under According to this schedule, selectAfter, and then in the After box, type 14
10. Click the at box, and then select Noon PST.
11. Click CONTINUE (you may have to scroll down to see the CONTINUE button.)
In the Trigger Message section, the Scheduling note says “Message is sent 14 days later.”
12. Click SAVE & FINISH.
Scenario #2: You want to send a message containing a discount coupon to customers in New York and New Jersey a week before their birthday. You want to restrict this to customers who have opened a previous message.
1. In the left navigation bar, click Triggers.
2. Click Create Trigger.
3. In the Trigger Name box, type the name Birthday offer
4. Click ADD NEW ACTION.
5. Under Select Action, click Opens an email, and then click SAVE & NEXT.
6. Under Action Options, click specified.
7. In the Clickthru Selection window, click the message you want, and then click SAVE & NEXT twice. (For the purpose of this tutorial, you can use any message.)
8. Click ADD NEW ACTION.
9. Under Select Action, click Whose demographic is a specific value, and then click SAVE & NEXT.
10. Click the Whose demographic box. The Demographic Selection window appears.
11. In the Demographic Selection window, click the Demographic box, and then click State/Province.
12. Click the Demographic Value box, click NY, and then click CONTINUE.
13. Click SAVE & NEXT, and then click ADD NEW ACTION.
14. Under Select Action, click Whose demographic is a specific value, and then click SAVE & NEXT.
15. Click the Whose demographic box.
16. In the Demographic Selection window, click the Demographic box, and then click State/Province.
17. Click the Demographic Value box, click NJ, and then click CONTINUE.
18. Click SAVE & NEXT.
We have added the actions we want, but there’s a problem: when you add two or more actions, the application automatically inserts the AND operator between each one. So right now, this segment ensures that the message you attach it to goes only to customers who:
Opens an email
AND
Lives in NY
AND
Lives in NJ
The database only accommodates one state of residence for each customer; we need to change the logic statement so that the trigger applies to customers who live in NY or NJ.
1. Click Edit (located next to Logic Statement).
2. In the Edit Logic window, click Clear Statement.
3. Click When a user opens an email.
4. Click the operator.
5. Click When a user whose demographic is a specific value: State/Province is NY.
6. Click the operator.
7. Click When a user whose demographic is a specific value: State/Province is NJ.
8. Click Save.
9. Click Create message. Follow the usual steps to create a regular message. After you save and finish your message, the main Triggers edit page appears again.
10. Click Edit Scheduling & Delivery.
11. In the Scheduled Trigger Message window under According to this schedule, click the second option, and then type 14 in the days box.
12. Click the box that says 1 am PST, and then click Noon PST.
13. Click CONTINUE.
You now have your actions and logic statement chosen